Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Style/RedundantFileExtensionInRequire #646

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sambostock
Copy link
Contributor

This enables Style/RedundantFileExtensionInRequire

# bad
require 'foo.rb'
require_relative '../foo.rb'

# good
require 'foo'
require_relative '../foo'

@sambostock sambostock requested a review from a team as a code owner June 4, 2024 21:43
@github-actions github-actions bot added the config change Changes the Rubocop config by enabling, disabling, or reconfiguring one or many cops label Jun 4, 2024
@sambostock sambostock force-pushed the redundant-file-extension-in-require branch from d8912d1 to cda6d3b Compare June 4, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config change Changes the Rubocop config by enabling, disabling, or reconfiguring one or many cops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants